home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / applic / ntp / acts.arc / MAKEFILE < prev    next >
Encoding:
Text File  |  1988-10-15  |  1.1 KB  |  54 lines

  1. rdline.obj: nbstime.h rdline.c
  2.     cl /c rdline.c
  3.  
  4. arcdif.obj: nbstime.h arcdif.c
  5.     cl /c arcdif.c
  6.  
  7. cmplst.obj: nbstime.h cmplst.c
  8.     cl /c cmplst.c
  9.  
  10. dial.obj: nbstime.h dial.c
  11.     cl /c dial.c
  12.  
  13. diftim.obj: nbstime.h diftim.c
  14.     cl /c diftim.c
  15.  
  16. hangup.obj: nbstime.h hangup.c
  17.     cl /c hangup.c
  18.  
  19. inilin.obj: nbstime.h inilin.c
  20.     cl /c inilin.c
  21.  
  22. parset.obj: nbstime.h parset.c
  23.     cl /c parset.c
  24.  
  25. rdbuf.obj: nbstime.h rdbuf.c
  26.     cl /c rdbuf.c
  27.  
  28. setcfg.obj: nbstime.h setcfg.c
  29.     cl /c setcfg.c
  30.  
  31. wait.obj: nbstime.h wait.c
  32.     cl /c wait.c
  33.  
  34. wrtbuf.obj: nbstime.h wrtbuf.c
  35.     cl /c wrtbuf.c
  36.  
  37. getlst.obj: nbstime.h getlst.c
  38.     cl /c getlst.c
  39.  
  40. sndptr.obj: nbstime.h sndptr.c
  41.     cl /c sndptr.c
  42.  
  43. unpbcd.obj: nbstime.h unpbcd.c
  44.     cl /c unpbcd.c
  45.  
  46. nbstime.exe: rdline.obj arcdif.obj cmplst.obj dial.obj \
  47.     diftim.obj hangup.obj inilin.obj parset.obj rdbuf.obj \
  48.     setcfg.obj wait.obj wrtbuf.obj getlst.obj sndptr.obj \
  49.     unpbcd.obj
  50.     cl /Fenbstime /Zi rdline arcdif cmplst dial diftim hangup inilin parset rdbuf setcfg wait wrtbuf getlst sndptr unpbcd
  51.  
  52. makcfg.exe: makcfg.c
  53.     cl /Fs /Zi makcfg.c
  54.